Default to openpyxl not xlrd for read_excel
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 7 Dec 2020 23:06:28 +0000 (23:06 +0000)
commitea08ae2c5b2a48a35cf51a11130c13207c03ae5d
tree8f44ae9668615af5dccc809e954f257fc30ec96b
parenta40095013025006c2fad0eea2a647f2987ca8965
Default to openpyxl not xlrd for read_excel

xlrd 1.2 fails if defusedxml (needed for odf) is installed

Bug: https://github.com/pandas-dev/pandas/pull/35029
Bug-Debian: https://bugs.debian.org/976620
Origin: upstream b3a3932af6aafaa2fd41f17e9b7995643e5f92eb
Author: Robert de Vries, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name xlrd_976620.patch
doc/source/whatsnew/v1.1.5.rst
pandas/io/excel/_base.py
pandas/tests/io/excel/test_readers.py
pandas/tests/io/excel/test_writers.py
pandas/tests/io/excel/test_xlrd.py